GET PIXELS POINTER
This command in combination with LOCK PIXELS will return the pointer to the first pixel in the visual surface. You can use the indirect symbol to write and read using the value of this pointer. The indirect symbol is specified by placing a * character before the variable holding the pointer.

SYNTAX
Return DWORD=GET PIXELS POINTER()

RELATED INFO
BASIC2D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example